Queries a managed object for a particular COM interface support (This method is a shortcut to
QueryInterface(Guid,IntPtr))
'Declaration
Public Overloads Shared Function As(Of As ComObject)( _
ByVal As System.Object _
) As
public static As<>(
System.object
)
where T: ComObject
Parameters
- comObject
- The managed COM object.
Type Parameters
- T
- The type of the COM interface to query
Return Value
An instance of the queried interface